virtual void set_status_msg(char *fmt, ...)
Parameter | Type | Description |
---|---|---|
fmt | char * | printf like parameter list |
None
This function is used to print out text to the status message area. The text is added to the console and also shown for a small time at the screen status area. General game information is drawn here, for example, connected players, kills, deaths, etc... Use it just like a printf function with variable number of parameters.